home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Faktury Express 5.94 PL - pelna wersja specjalna / setup.exe / {app} / dearch.exe / 0 / RCDATA / TMAINWINDOW / TMAINWINDOW.txt
Text File  |  2005-11-03  |  2KB  |  99 lines

  1. object MainWindow: TMainWindow
  2.   Left = 369
  3.   Top = 120
  4.   Width = 260
  5.   Height = 250
  6.   BorderIcons = []
  7.   Caption = 'Faktury Express'
  8.   Color = 16757874
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnMouseMove = FormMouseMove
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 38
  21.     Top = 127
  22.     Width = 172
  23.     Height = 27
  24.   end
  25.   object Shape3: TShape
  26.     Left = 61
  27.     Top = 172
  28.     Width = 123
  29.     Height = 27
  30.   end
  31.   object Label1: TLabel
  32.     Left = 40
  33.     Top = 16
  34.     Width = 158
  35.     Height = 16
  36.     Caption = 'Faktury Dearchiwizator'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Label2: TLabel
  45.     Left = 24
  46.     Top = 40
  47.     Width = 208
  48.     Height = 65
  49.     Caption = 
  50.       'Od wersji 3.7 program Faktury korzysta z archiw∩┐╜w w formacie ZIP' +
  51.       '. Je∩┐╜eli posiadacie Pa∩┐╜stwo archiwa w formacie RAR, prosimy prze' +
  52.       'konwertowa∩┐╜ je do formatu ZIP. Wi∩┐╜cej informacji: www.polpress.p' +
  53.       'l'
  54.     WordWrap = True
  55.   end
  56.   object Panel4: TPanel
  57.     Left = 39
  58.     Top = 128
  59.     Width = 170
  60.     Height = 25
  61.     BevelOuter = bvNone
  62.     BorderWidth = 1
  63.     Caption = 'Przywr∩┐╜∩┐╜ dane z archiwum'
  64.     Color = 14801337
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = 4605510
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnClick = Panel4Click
  73.     OnMouseMove = Panel4MouseMove
  74.   end
  75.   object SpeedButton2: TPanel
  76.     Left = 62
  77.     Top = 173
  78.     Width = 121
  79.     Height = 25
  80.     BevelOuter = bvNone
  81.     Caption = 'Anuluj'
  82.     Color = 14801337
  83.     Font.Charset = DEFAULT_CHARSET
  84.     Font.Color = 4605510
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = [fsBold]
  88.     ParentFont = False
  89.     TabOrder = 1
  90.     OnClick = SpeedButton2Click
  91.     OnMouseMove = SpeedButton2MouseMove
  92.   end
  93.   object OpenDialog1: TOpenDialog
  94.     Filter = 'Archiwum ZIP|*.zip'
  95.     Left = 16
  96.     Top = 160
  97.   end
  98. end
  99.